home *** CD-ROM | disk | FTP | other *** search
-
-
- SoundTask
- ===============
-
- 1988 by Fridtjof Siebert.
- Nobileweg 67
- 7000 Stuttgart-40
-
-
- This demonstrates how to play double-buffered sounds with a
- second Task. A sinus-sound can be modified by moving the
- mouse up and down. This is a MODULA-II version of the sound-
- example of the Libraries & Devices Manual, which does the
- same with an interrupt.
-
- I couldn't call BeginIO() from my Interrupt procedure without
- crashing the machine, so I had to create a task to feed the
- Audio.Device.
-
-
- --- Fridtjof.
-